runtime.muintptr.set (method)
18 uses
runtime (current package)
debugcall.go#L139: newg.lockedm.set(mp)
debugcall.go#L183: gp.lockedm.set(mp)
mgc.go#L1185: node.m.set(acquirem())
mgc.go#L1242: node.m.set(acquirem())
mgc.go#L1329: node.m.set(nil)
proc.go#L1914: gp.lockedm.set(mp)
proc.go#L1930: mp.schedlink.set(mnext)
proc.go#L1979: mp.schedlink.set(mnext)
proc.go#L2110: newmHandoff.newm.set(mp)
proc.go#L4315: _g_.lockedm.set(_g_.m)
proc.go#L4845: p.m.set(mget())
proc.go#L4898: _p_.m.set(_g_.m)
proc.go#L5454: sched.midle.set(mp)
runtime2.go#L304: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L311: (*muintptr)(unsafe.Pointer(mp)).set(new)
rwmutex.go#L52: rw.readers.set(m)
rwmutex.go#L93: rw.writer.set(m)
rwmutex.go#L115: reader.schedlink.set(nil)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)